PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFResetFormAction Class / setFields Method
A list of strings identifying which fields to reset or which to exclude from resetting, depending on the value returned by getResetFields method.
In This Topic
    setFields Method
    In This Topic
    Sets a list identifying which fields to reset or which to exclude from resetting. If the list is null or empty then all the form fields are reset no matter the value returned by getResetFields method.
    Syntax
    public void setFields( 
       java.util.ArrayList<String> fields
    )

    Parameters

    fields
    A list of strings identifying which fields to reset or which to exclude from resetting, depending on the value returned by getResetFields method.
    See Also